home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / kr_inversion.ph < prev    next >
Text File  |  1994-04-25  |  1KB  |  48 lines

  1. /*****************************************************************************
  2.   FILE           : kr_inversion.ph
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Guenter Mamier
  10.   DATE           : 29.02.92
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)kr_inversion.ph    1.8 3/15/94
  14.   SCCS VERSION   : 1.8
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _KR_INVERSION_DEFINED_
  21. #define  _KR_INVERSION_DEFINED_
  22.  
  23. /* begin global definition section */
  24.  
  25.  
  26. /* required functions that are declared here */
  27.  
  28. int    kr_initInversion(void);
  29. void   kr_inv_forwardPass(struct UnitList *inputs);
  30. double kr_inv_backwardPass(float learn, float delta_max, int *err_units, 
  31.                float ratio, struct UnitList *inputs,
  32.                struct UnitList *outputs);
  33.  
  34. /* end global definition section */
  35.  
  36.  
  37. /* begin private definition section */
  38.  
  39. /* end private definition section */
  40.  
  41. #endif 
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.